Category: Computer Science

Showing 6 article(s)

How to Set up Azure SSO in FastAPI with Microsoft Entra ID
Computer ScienceProgrammingSecurity & Privacy

How to Set up Azure SSO in FastAPI with Microsoft Entra ID

Learn how to add Microsoft Entra ID, formerly Azure AD, SSO to a FastAPI app using MSAL. Includes app registration, login callback, session cookies, protected routes, roles, and common errors.

16 min read
Python Release History (2026): From 3.0 to 3.15 What Changed?
Computer ScienceProgramming

Python Release History (2026): From 3.0 to 3.15 What Changed?

Discover how Python 3 evolved from 3.0 to the upcoming 3.15 in 2026. A definitive, code-rich guide for professional developers.

24 min read
Beyond algorithms : why computers cannot become conscious
PhilosophyComputer Science

Beyond algorithms : why computers cannot become conscious

Introduction As the field of artificial intelligence (AI) began to develop in the 1950s, debates about the ability of machines to develop consciousness arose. Some believe that with enough computing power and complexity, AI systems could potentially become conscious. Some people have even claimed that existing AIs are already conscious and behave as if this […]

5 min read
Applications of the Fourier transform: a mathematical swiss knife
Mathematics & ScienceComputer Science

Applications of the Fourier transform: a mathematical swiss knife

What does compressing images, hunting exoplanets, removing noise from sound signal and analysing the molecular content of substances have in common? These seemingly unrelated tasks can be solved using the same tool: the Fourier transform. In this article, we will see what is the Fourier transform and why it is so versatile.  Introduction to Fourier […]

3 min read
Areas of computer science
Computer Science

Areas of computer science

Introduction Computers are everywhere nowadays. Few technologies have revolutionized our world as computers did. From your coffee machine to supercomputers and Mars rovers, they have helped provide one of the biggest transformations in our way of life.  In this article, I will present to you the various areas of computer science. I won’t be able […]

4 min read
Internet simplified
Computer ScienceNetworking

Internet simplified

The internet, we use it everyday but many people don’t know how it works or what it is made of. This article is intended for people with no knowledge of informatics and that would like to understand the basics of the internet. Thus, I will try to explain to you these concepts as simply as […]

3 min read